home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital … Kit (Europe) (En,Fr,De) / Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin / mac / EIDOS.dir / 00149_Script_149 < prev    next >
Text File  |  1997-05-14  |  138b  |  10 lines

  1. on exitFrame
  2.   delay 5 * 60
  3.   ctrlbar
  4.   
  5.   if soundBusy (0) = false then
  6.     go to frame "return"
  7.   else
  8.     nothing
  9.   end if
  10. end